Skip to main content

Delete a specific cost target.

DELETE 

https://app.nops.io/c/cost_page/cost_target/:id/

Deletes a cost target identified by its unique ID. Requires proper authorization and may return errors if the cost target is not found or if deletion permissions are restricted.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this cost target.

Responses

curl -L -X DELETE 'https://app.nops.io/c/cost_page/cost_target/:id/' \
-H 'x-nops-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://app.nops.io/c/cost_page
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!